home *** CD-ROM | disk | FTP | other *** search
/ Guide To Cracking 2002 / Guide_to_Cracking_2002.iso / Tutorials / Nag and Time Trial / nag / ns26.txt < prev    next >
Encoding:
Text File  |  1999-08-19  |  2.9 KB  |  61 lines

  1. Cracking Tutorial #3 By SiONiDE
  2.  
  3. Hi fellow Crackers. I write these tutorials in short amounts of time. Therefore I apologise
  4. for any grammatical  errors in this essay. Enjoy the Tut!
  5.  
  6. Removing NAG Screens Using only A Hex Editor:
  7.  
  8. Difficulty Level:     Easy [X] Medium [ ] Hard [ ] Expert [ ]
  9.  
  10. Toolz Required:
  11. hIEW...............A good Cracking Web Site.
  12. Brain..............Ummm....Head maybe??
  13. Computer...........You're on one now! 
  14.  
  15. Step 1:
  16.  
  17. Lets find a target, something easy that has an annoying nag when you run the program.
  18. First lets have a look at it, run the program and note down a few words from the NAG
  19. screen. E.G "You can purchase this software....blah blah blah". Now open target.exe
  20. with the Hex Editor (hIEW) which is the most common for crackers. Load it up and 
  21. press "ENTER" once to put it in HEX mode. Now you press "F7" to do a search, type in
  22. the ASCII value for one of the words, E.G purchase, but you "MUST" put a double zero 
  23. between each number. 
  24.  
  25. E.G.
  26.  
  27. 230075007200630068006100730065
  28. |   |   |   |   |   |   |   |
  29. P   u   r   c   h   a   s   e
  30.  
  31.  
  32. You should then come to something that looks like the below:
  33.  
  34. 0000 0E00 0000 0000 0000 0000 2300 7500   ............P.u.--------> The code you searched for.
  35. 7200 6300 6800 6100 7300 6500 0000 0000   r.c.h.a.s.e.....
  36. 0000 0000 0100 0000 0100 0250 0700 0700   ................
  37. 0000 0000 0000 0000 0000 0000 0000 0000   ................          
  38. 0000 0000 0000 0000 0000 0000 0000 0000   ................--------> This part will be replaced 
  39. 0000 0000 0000 0000 0000 0000 0000 0000   ................--------> with the rest of the NAG
  40. 0000 0000 0000 0000 0000 0000 0000 0000   ................          Message. I've just used full
  41. 0000 0000 0000 0000 0000 0000 0000 0000   ................          stops. I'm Lazy. :) 
  42.  
  43. Step 2:
  44.  
  45. Once you have found the message. You will need to search for a HEX value of "FFFF82", so
  46. press "F7" and click in the HEX box, type in the value. As said in ACiD_BuRN's NAG tutorial, 
  47. we have no idea why to search for this value, but should always work!!! Once you have found 
  48. it, you will need to replace the 82 with 7E, so FFFF82 becomes FFFF7E. Press F3 to edit,
  49. make sure that read-only is switched off in the properties and enter the new HEX value.
  50. Press F9 to update/save the file. Exit and run the program, walla No More NAG Screen!!!
  51.  
  52. Step 3:
  53.  
  54. If you want to make a patch of this routine, d/l a byte matcher and compare the NAG-Free file
  55. with the oiginal. Then make sure you pack your patch before you upload it, this will make it
  56. harder for "fake" crackers to still your work then HEX out your name and fill in theirs!
  57. One more thing..... Before you distibute a patch on the internet, make sure it works, if there
  58. is one thing I hated when I couldn't crack was downloading a crack that doesn't work. Now I save
  59. myself the trouble, and you should too. 
  60.  
  61.